From: Keir Fraser Date: Mon, 15 Feb 2010 08:19:07 +0000 (+0000) Subject: xend: Remove redundant 'name' from LEGACY_CFG_TYPES and LEGACY_XENSTORE_VM_PARAMS X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12599 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=e8918e36f9430fc6138a609805f31728cc1b5fe8;p=xen.git xend: Remove redundant 'name' from LEGACY_CFG_TYPES and LEGACY_XENSTORE_VM_PARAMS Two 'name's are defined in LEGACY_CFG_TYPES of XendConfig.py. LEGACY_XENSTORE_VM_PARAMS also is same. This patch removes redundant 'name's. Signed-off-by: Masaki Kanno --- diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index 216665a4e0..0624bc62f9 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -268,7 +268,6 @@ LEGACY_CFG_TYPES = { 'cpu_time': float, 'features': str, 'localtime': int, - 'name': str, 'on_poweroff': str, 'on_reboot': str, 'on_crash': str, @@ -293,7 +292,6 @@ LEGACY_XENSTORE_VM_PARAMS = [ 'shadow_memory', 'maxmem', 'start_time', - 'name', 'on_poweroff', 'on_crash', 'on_reboot',